@charset "UTF-8";
@font-face {
  font-family: "D-DIN";
  src: url("../fonts/D-D-DIN-PRO-400-Regular.ttf") format("truetype");
}
.main {
  width: 1400px;
  margin: 0 auto;
}

#ckgd_01 {
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #666;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  padding: 0 30px;
  transition: all 0.5s;
}
#ckgd_01 .ckgd_img02 {
  display: none;
}
#ckgd_01:hover {
  transform: scale(0.95);
  transition: all 0.5s;
  background-color: #21519f;
  color: #fff;
  border: 1px solid #21519f !important;
}
#ckgd_01:hover .ckgd_img01 {
  display: none;
}
#ckgd_01:hover .ckgd_img02 {
  display: block;
}

.title h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}
.title h6 {
  font-size: 18px;
  color: #999;
  text-align: center;
}
.title > img {
  margin: 20px auto 40px;
}

/* 导航 */
.h_top_back {
  background-color: #21519f;
}
.h_top_back .h_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}
.h_top_back .h_top .h_map {
  display: flex;
  align-items: center;
}
.h_top_back .h_top .h_map span {
  display: block;
  opacity: 0.4;
  margin: 0 5px;
}
.h_top_back .h_top .h_map a {
  color: #fff;
}
/* 修改-yali */
.h_cen {
  height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  transition: all 0.5s;
}
.h_cen .h_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
/* 修改-yali */
.h_cen .h_title {
  /* display: flex; */
  /* align-items: center; */
  margin-left: 60px;
}
.h_cen .h_title .h_titlep {
  font-size: 24px;
  line-height: 48px;
  color: #21519f;
}
.h_cen .h_title .h_titlep2 {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.h_cen .h_title .h_titlep2 a {
  display: inline;
}
.h_cen .h_title .h_titlep2 span {
  font-size: 18px;
  font-weight: 600;
  color: #64ac45;
}
/* 修改-yali */
.h_cen .h_tel {
  display: flex;
  align-items: center;
  position: absolute;
  right: 100px;
}
.h_cen .h_tel img {
  margin-right: 15px;
}
.h_cen .h_tel i {
  display: block;
  font-size: 16px;
  color: #666;
}
.h_cen .h_tel b {
  display: block;
  font-size: 30px;
  color: #21519f;
  font-family: D-DIN;
}

.h_bot .h_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.h_bot .h_nav .p_one {
  position: relative;
}
.h_bot .h_nav .p_one > a {
  height: auto;
  display: block;
  font-size: 18px;
  padding: 18px 50px;
  color: #666;
  transition: all 0.5s;
}
.h_bot .h_nav .p_one .p_two {
  width: 150%;
  display: none;
  text-align: center;
  position: absolute;
  top: 100%;
  left: -35px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.h_bot .h_nav .p_one .p_two li {
  line-height: 50px;
}
.h_bot .h_nav .p_one .p_two li a {
  color: #fff;
  font-size: 16px;
}
.h_bot .h_nav .p_one .p_two li:hover > a {
  background-color: #21519f;
  transition: all 0.5s;
}

.h_bot .h_nav .p_one .p_two_double {
  width: 260%;
  display: none;
  text-align: center;
  position: absolute;
  top: 100%;
  left: -35px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.h_bot .h_nav .p_one .p_two_double ul {
  width: 130%;
}
.h_bot .h_nav .p_one .p_two_double li {
  line-height: 50px;
  text-align: left;
}
.h_bot .h_nav .p_one .p_two_double li a {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}
.h_bot .h_nav .p_one .p_two_double li:hover > a {
  background-color: #21519f;
  transition: all 0.5s;
}
.h_bot .h_nav .p_one:hover > a {
  background-color: #21519f;
  color: #fff;
  transition: all 0.5s;
}
.h_bot .h_nav .one_active {
  background-color: #21519f;
}
.h_bot .h_nav .one_active a {
  color: #fff;
}

/* 首页banner */
.i_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.i_banner .swiper01 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all 0.5s;
}
.i_banner .swiper01 .swiper-slide a > img {
  width: 100%;
  transition: all 0.8s;
}
.i_banner .swiper01 .pagination01 {
  bottom: 40px;
}
.i_banner .swiper01 .pagination01 .swiper-pagination-bullet {
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
}
.i_banner .swiper01 .pagination01 .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #fff;
  transition: all 0.5s;
}
.i_banner .swiper01 .h_hot {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  left: 260px;
  display: flex;
  align-items: center;
}
.i_banner .swiper01 .h_hot img {
  margin-right: 8px;
}
.i_banner .swiper01 .h_hot p,
.i_banner .swiper01 .h_hot a {
  color: #fff;
  opacity: 0.4;
  margin-right: 8px;
}

.i_product_back {
  background-color: #f8fafc;
  padding: 80px 0 60px;
}

.i_product {
  display: flex;
  justify-content: space-between;
}
.i_product .i_product_fl {
  width: 24%;
}
.i_product .i_product_fl .i_product_title {
  background: url(../image/img/img_wenli_product.png) no-repeat center;
  background-color: #21519f;
  padding: 20px 30px;
  background-size: cover;
}
.i_product .i_product_fl .i_product_title h5 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
.i_product .i_product_fl .i_product_title h6 {
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.4);
}
.i_product .i_product_fl .product_t01 {
  border-bottom: 1px solid #fff;
}
.i_product .i_product_fl .product_t01 .product_top {
  background-color: #64ad45;
  height: 70px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.i_product .i_product_fl .product_t01 .product_top a {
  font-size: 20px;
  color: #fff;
}
.i_product .i_product_fl .product_t01 .product_top .product_img02 {
  display: none;
}
.i_product .i_product_fl .product_t01 ul {
  display: none;
  padding: 12px 0;
  background-color: #fff;
}
.i_product .i_product_fl .product_t01 ul li {
  padding: 8px 30px;
}
.i_product .i_product_fl .product_t01 ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  transition: all 0.3s;
}
.i_product .i_product_fl .product_t01 ul li a:hover {
  color: #64ad45;
  transition: all 0.3s;
}
.i_product .i_product_fl .product_top_active .product_top .product_img01 {
  display: none;
}
.i_product .i_product_fl .product_top_active .product_top .product_img02 {
  display: block;
}
.i_product .i_product_fr {
  overflow: hidden;
  width: 74%;
  padding-bottom: 50px;
  position: relative;
}
.i_product .i_product_fr .swiper02 {
  position: relative;
}
.i_product .i_product_fr .swiper02 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.i_product .i_product_fr .swiper02 .swiper-slide .product_fr_b01 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}
.i_product .i_product_fr .swiper02 .swiper-slide .product_fr_b01 img {
  width: 100%;
  transition: all 0.5s;
}
.i_product
  .i_product_fr
  .swiper02
  .swiper-slide
  .product_fr_b01
  .product_a_text {
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
}
.i_product .i_product_fr .swiper02 .swiper-slide .product_fr_b01:nth-child(3n) {
  margin-right: 0;
}
.i_product .i_product_fr .swiper02 .swiper-slide .product_fr_b01:hover img {
  transform: scale(0.95);
  transition: all 0.5s;
}
.i_product .i_product_fr .swiper02 .pagination02 {
  width: auto;
  bottom: -30px;
}
.i_product .i_product_fr .swiper02 .pagination02 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #64ad45;
  transition: all 0.3s;
}
.i_product
  .i_product_fr
  .swiper02
  .pagination02
  .swiper-pagination-bullet-active {
  background-color: #21519f;
  width: 40px;
  transition: all 0.3s;
}
.i_product .i_product_fr #ckgd_01 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.four_reasons {
  padding: 80px 0 100px;
}
.four_reasons .reasons_uls {
  display: flex;
}
.four_reasons .reasons_uls .reasons_lis {
  width: 20%;
  height: 400px;
  background-color: #f8f8f8;
  position: relative;
  transition: all 0.5s;
  border-left: 1px solid #ddd;
}
.four_reasons .reasons_uls .reasons_lis .reasons_lis_img02 {
  display: none;
}
.four_reasons .reasons_uls .reasons_lis img {
  position: absolute;
  left: 30px;
  bottom: 140px;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis b {
  position: absolute;
  left: 30px;
  bottom: 90px;
  font-size: 24px;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis i {
  position: absolute;
  left: 30px;
  bottom: 60px;
  color: #999;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis .reasons_lis_text {
  display: none;
}
.four_reasons .reasons_uls .reasons_lis:first-child {
  border-left: 1px solid transparent;
}
.four_reasons .reasons_uls .reasons_lis01 {
  background: url(../image/img/img_xiushi_liyou.png) no-repeat top right;
  width: 40%;
  background-color: #21519f;
  border-bottom: 4px solid #64ad45;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis01 img {
  bottom: 75%;
  left: 60px;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis01 b {
  color: #fff;
  left: 60px;
  bottom: 62%;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis01 i {
  color: rgba(255, 255, 255, 0.4);
  left: 60px;
  bottom: 54%;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis01 .reasons_lis_text {
  display: block;
  width: 80%;
  position: absolute;
  left: 60px;
  top: 48%;
  transition: all 0.5s;
}
.four_reasons .reasons_uls .reasons_lis01 .reasons_lis_text p {
  font-size: 16px;
  margin: 14px 0;
  padding-left: 20px;
  color: #fff;
  position: relative;
}
.four_reasons .reasons_uls .reasons_lis01 .reasons_lis_text p::after {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: #64ad45;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.four_reasons .reasons_uls .reasons_lis01 .reasons_lis_img01 {
  display: none;
}
.four_reasons .reasons_uls .reasons_lis01 .reasons_lis_img02 {
  display: block;
}

.product_back {
  background: url(../image/img/bg_anli.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.product_back .title h5 {
  color: #fff;
}
.product_back .product_a .product_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product_back .product_a .product_b .product_c {
  width: 49%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  margin-bottom: 30px;
}
.product_back .product_a .product_b .product_c > a {
  width: 340px;
  overflow: hidden;
}
.product_back .product_a .product_b .product_c > a img {
  width: 100%;
  transition: all 0.5s;
}
.product_back .product_a .product_b .product_c > a:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.product_back .product_a .product_b .product_c .product_d {
  flex: 1;
  position: relative;
  padding: 40px 30px 0;
}
.product_back .product_a .product_b .product_c .product_d h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.product_back .product_a .product_b .product_c .product_d > a {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.product_back .product_a .product_b .product_c .product_d .product_img {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.product_back
  .product_a
  .product_b
  .product_c
  .product_d
  .product_img
  .product_img02 {
  display: none;
}
.product_back .product_a .product_b .product_c:hover .product_d h5 {
  color: #21519f;
  transition: all 0.3s;
}
.product_back
  .product_a
  .product_b
  .product_c:hover
  .product_d
  .product_img
  .product_img01 {
  display: none;
}
.product_back
  .product_a
  .product_b
  .product_c:hover
  .product_d
  .product_img
  .product_img02 {
  display: block;
}
.product_back .product_a #ckgd_01 {
  opacity: 0.8;
  border: 1px solid #fff;
}
.product_back .product_a #ckgd_01 .ckgd_img01 {
  display: none;
}
.product_back .product_a #ckgd_01 .ckgd_img02 {
  display: block;
}
.product_back .product_a #ckgd_01 i {
  color: #fff;
  transition: all 0.5s;
}
.product_back .product_a #ckgd_01:hover {
  background-color: #fff;
}
.product_back .product_a #ckgd_01:hover i {
  color: #21519f;
  transition: all 0.5s;
}
.product_back .product_a #ckgd_01:hover .ckgd_img01 {
  display: block;
}
.product_back .product_a #ckgd_01:hover .ckgd_img02 {
  display: none;
}

.cooperative_a {
  padding: 80px 0;
}
.cooperative_a .coperative_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cooperative_a .coperative_b p {
  margin: 0 5px 10px 0;
  border: 2px solid #e7edf5;
}
.cooperative_a .coperative_b p img {
  width: 100%;
}
.cooperative_a .coperative_b p:nth-child(5n) {
  margin-right: 0;
}
.cooperative_a .coperative_b p:hover {
  background: url(../image/img/logo_sel.png) no-repeat center;
  background-size: cover;
}

.customer_back {
  background: url(../image/img/bg_pingjia.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.customer_back ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.customer_back ul li {
  width: 30%;
  padding: 60px 50px;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.5s;
}
.customer_back ul li img {
  margin: 0 auto;
}
.customer_back ul li .customer_img02 {
  display: none;
}
.customer_back ul li b {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin: 32px 0 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.customer_back ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.customer_back ul li:hover {
  background-color: #21519f;
  transition: all 0.5s;
}
.customer_back ul li:hover b {
  color: #fff;
}
.customer_back ul li:hover p {
  color: #fff;
  opacity: 0.6;
}
.customer_back ul li:hover .customer_img01 {
  display: none;
}
.customer_back ul li:hover .customer_img02 {
  display: block;
}
.customer_back #ckgd_01 {
  margin-top: 40px;
}

.about_back {
  background: #f8f8f8;
  position: relative;
}
.about_back .about_a {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.about_back .about_a .about_b {
  background-color: #fff;
  width: 900px;
  height: 460px;
  padding: 60px;
}
.about_back .about_a .about_b .title {
  background: url(../image/icon/xiushi_title02.png) no-repeat center left;
  padding-left: 60px;
  margin-left: -60px;
}
.about_back .about_a .about_b .title h5 {
  justify-content: flex-start;
}
.about_back .about_a .about_b .title h6 {
  text-align: left;
}
.about_back .about_a .about_b p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  line-height: 30px;
}
.about_back .about_a .about_b #ckgd_01 {
  margin: 50px 0 0;
}
.about_back .about_a .about_c {
  width: 600px;
  height: 340px;
  background-color: #64ad45;
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: -1;
}

.new_back {
  background-color: #f8f8f8;
  padding: 140px 0 100px;
}

.new_a .new_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  align-items: flex-end;
}
.new_a .new_title .title {
  background: url(../image/icon/xiushi_title02.png) no-repeat center left;
  padding-left: 60px;
}
.new_a .new_title .title h5 {
  justify-content: flex-start;
}
.new_a .new_title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.new_a .new_title ul li a,
.new_a .new_title ul li p {
  font-size: 20px;
  color: #999;
  cursor: pointer;
}
.new_a .new_title ul li span {
  color: #d8d8d8;
  margin: 0 14px;
}
.new_a .new_title ul li:hover a,
.new_a .new_title ul li:hover p {
  color: #21519f;
  font-weight: bold;
}
.new_a .new_title ul .new_active p {
  color: #21519f;
  font-weight: bold;
}
.new_a .new_b {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.new_a .new_b .new_fl {
  width: 40%;
}
.new_a .new_b .new_fl .new_img {
  position: relative;
}
.new_a .new_b .new_fl .new_img a img {
  width: 100%;
}
.new_a .new_b .new_fl .new_img .new_date {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #64ad45;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.new_a .new_b .new_fl .new_img .new_date b {
  display: block;
  font-size: 40px;
  color: #fff;
}
.new_a .new_b .new_fl .new_img .new_date i {
  display: block;
  color: #fff;
}
.new_a .new_b .new_fl .new_text {
  background-color: #fff;
  padding: 30px;
}
.new_a .new_b .new_fl .new_text h5 {
  font-size: 24px;
  font-weight: bold;
}
.new_a .new_b .new_fl .new_text p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.new_a .new_b .new_fl:hover .new_text {
  background-color: #21519f;
  color: #fff;
  transition: all 0.5s;
}
.new_a .new_b .new_fl:hover .new_text p {
  color: #fff;
}
.new_a .new_b .new_fr {
  width: 56%;
  border-left: 1px solid #cccccc;
}
.new_a .new_b .new_fr .new_c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  padding: 28px 40px;
  margin-left: 24px;
  position: relative;
  transition: all 0.5s;
}
.new_a .new_b .new_fr .new_c a {
  font-size: 16px;
  line-height: 36px;
  opacity: 0.8;
}
.new_a .new_b .new_fr .new_c i {
  color: #999;
  font-size: 16px;
  opacity: 0.6;
}
.new_a .new_b .new_fr .new_c::after {
  content: "";
  width: 5px;
  height: 5px;
  background: url(../image/icon/point_nor.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
}
.new_a .new_b .new_fr .new_c:hover {
  background: url(../image/img/juxing_2.png) no-repeat center;
  transition: all 0.5s;
}
.new_a .new_b .new_fr .new_c:hover i,
.new_a .new_b .new_fr .new_c:hover a {
  color: #fff;
}
.new_a .new_b .new_fr .new_c:hover::after {
  width: 11px;
  height: 11px;
  background: url(../image/icon/point_sel.png) no-repeat center;
  position: absolute;
  left: -29px;
}

.leave_back {
  padding: 100px 0;
  background: url(../image/img/bg_form.png) no-repeat center;
  background-size: cover;
}
.leave_back .leave_a {
  display: flex;
}
.leave_back .leave_a .leave_fl {
  width: 32%;
  background: url(../image/img/img_xiushi_liyou.png) no-repeat bottom right;
  background-color: #21519f;
  padding: 52px;
}
.leave_back .leave_a .leave_fl .leave_phone {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.leave_back .leave_a .leave_fl .leave_phone img {
  margin-right: 14px;
}
.leave_back .leave_a .leave_fl .leave_phone i {
  display: block;
  font-size: 16px;
  opacity: 0.8;
  color: #fff;
}
.leave_back .leave_a .leave_fl .leave_phone b {
  display: block;
  font-weight: bold;
  font-size: 30px;
  font-family: D-DIN;
  color: #fff;
}
.leave_back .leave_a .leave_fl .leave_icon {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.leave_back .leave_a .leave_fl .leave_icon img {
  margin-right: 10px;
}
.leave_back .leave_a .leave_fl .leave_icon p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
}
.leave_back .leave_a .leave_fr {
  flex: 1;
  padding: 52px;
  background-color: #fff;
}
.leave_back .leave_a .leave_fr h6 {
  font-size: 20px;
}
.leave_back .leave_a .leave_fr form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  flex-wrap: wrap;
}
.leave_back .leave_a .leave_fr form input {
  width: 48%;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(1, 26, 40, 0.1);
  margin-top: 20px;
  padding-left: 20px;
}
.leave_back .leave_a .leave_fr form .inp_text {
  width: 100%;
  height: 90px;
  border: 1px solid rgba(1, 26, 40, 0.1);
  margin-top: 20px;
  padding: 16px 0 0 20px;
}
.leave_back .leave_a .leave_fr form .inp_but {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.leave_back .leave_a .leave_fr form .inp_but button {
  padding: 0 30px;
  border: 1px solid #666;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  margin-top: 20px;
  transition: all 0.5s;
}
.leave_back .leave_a .leave_fr form .inp_but button .ckgd_img02 {
  display: none;
}
.leave_back .leave_a .leave_fr form .inp_but button:hover {
  background-color: #21519f;
  color: #fff;
  transform: scale(0.95);
  transition: all 0.5s;
}
.leave_back .leave_a .leave_fr form .inp_but button:hover .ckgd_img02 {
  display: block;
}
.leave_back .leave_a .leave_fr form .inp_but button:hover .ckgd_img01 {
  display: none;
}

footer {
  background-color: #192938;
}

.footer_box {
  display: flex;
  justify-content: space-between;
}
.footer_box .foot_top {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.footer_box .foot_top .foot_nav_lis {
  padding: 50px 0 70px 40px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_box .foot_top .foot_nav_lis .nav_lis_iocn {
  position: absolute;
  left: -24px;
  top: 36px;
}
.footer_box .foot_top .foot_nav_lis h6 a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  transition: all 0.3s;
}
.footer_box .foot_top .foot_nav_lis h6 a:hover {
  color: #64ad45;
  transition: all 0.3s;
}
.footer_box .foot_top .foot_nav_lis .foot_one1 {
  display: flex;
}
.footer_box .foot_top .foot_nav_lis .foot_one1 ul {
  margin-top: 10px;
  margin-right: 20px;
}
.footer_box .foot_top .foot_nav_lis .foot_one1 ul li {
  margin-top: 10px;
}
.footer_box .foot_top .foot_nav_lis .foot_one1 ul li a {
  line-height: 22px;
  color: #999;
  transition: all 0.3s;
}
.footer_box .foot_top .foot_nav_lis .foot_one1 ul li a:hover {
  color: #64ad45;
  transition: all 0.3s;
}
.footer_box .foot_qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 0 0;
}
.footer_box .foot_qr img {
  background: url(../image/img/qr_bg.png) no-repeat center;
  background-size: cover;
  padding: 20px;
}
.footer_box .foot_qr p {
  color: #fff;
  opacity: 0.8;
  margin-top: 10px;
}

.foot_cen {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}
.foot_cen .foot_ban {
  display: flex;
  justify-content: space-between;
}
.foot_cen .foot_ban p {
  color: #999;
  margin-right: 30px;
}
.foot_cen .foot_ban a {
  color: #999;
}
.foot_cen .foot_ban .yishun_ {
  display: flex;
  align-items: center;
}
.foot_cen .foot_ban .yishun_ span,
.foot_cen .foot_ban .yishun_ a {
  color: #999;
}

.yqlj_ {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0;
}
.yqlj_ a {
  color: #999;
  margin-right: 40px;
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .main {
    width: 90%;
  }

  .title h5 {
    font-size: 28px;
  }

  .title h6 {
    font-size: 16px;
  }

  .title h5 img {
    width: 46px;
  }

  .i_banner .swiper01 {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all 0.5s;
  }
  .i_banner .swiper01 .h_hot {
    left: 200px;
  }

  .h_bot .h_nav .p_one > a {
    padding: 10px 18px;
    font-size: 16px;
  }

  .h_bot .h_nav .p_one .p_two01 {
    width: 160%;
    left: -30%;
  }

  .h_bot .h_nav .p_one .p_two li a {
    font-size: 14px;
  }

  .i_product .i_product_fl .i_product_title h5 {
    font-size: 28px;
  }

  .i_product .i_product_fl .product_t01 .product_top a {
    font-size: 18px;
  }

  .i_product .i_product_fl .product_t01 ul li {
    padding: 8px 15px;
  }

  .i_product .i_product_fl .product_t01 ul li a {
    font-size: 14px;
  }

  .i_product .i_product_fr .swiper02 .swiper-slide .product_fr_b01 p {
    font-size: 16px;
    padding: 24px 0;
  }

  .four_reasons .reasons_uls .reasons_lis b {
    font-size: 16px;
    left: 20px;
  }

  .four_reasons .reasons_uls .reasons_lis i {
    font-size: 12px;
    left: 20px;
  }

  .four_reasons .reasons_uls .reasons_lis img {
    width: 40px;
    left: 20px;
  }

  .four_reasons .reasons_uls .reasons_lis01 .reasons_lis_text {
    left: 20px;
    width: 88%;
  }

  .four_reasons .reasons_uls .reasons_lis01 .reasons_lis_text p {
    font-size: 14px;
  }

  .product_back .product_a .product_b .product_c > a {
    width: 56%;
  }

  .product_back .product_a .product_b .product_c .product_d {
    padding: 30px 24px 0;
  }

  .product_back .product_a .product_b .product_c .product_d h5 {
    font-size: 18px;
  }

  .product_back .product_a .product_b .product_c .product_d > a {
    font-size: 14px;
    line-height: 2;
  }

  .product_back .product_a .product_b .product_c .product_d .product_img {
    bottom: 20px;
  }

  .cooperative_a .coperative_b p {
    width: 24%;
    margin-right: calc(4% / 3);
  }

  .cooperative_a .coperative_b p img {
    width: 100%;
  }

  .cooperative_a .coperative_b p:nth-child(5n) {
    margin-right: auto;
  }

  .cooperative_a .coperative_b p:nth-child(4n) {
    margin-right: 0;
  }

  .customer_back ul li {
    padding: 50px 30px;
  }

  .customer_back ul li b {
    font-size: 20px;
  }

  .customer_back ul li img {
    width: 70px;
  }

  .new_a .new_b .new_fl .new_text h5 {
    font-size: 20px;
  }

  .new_a .new_b .new_fr .new_c {
    padding: 17px 20px;
  }

  .new_a .new_b .new_fr .new_c:hover {
    background-size: 100%;
  }

  .new_a .new_b .new_fr .new_c a {
    font-size: 14px;
  }

  .new_a .new_b .new_fr .new_c i {
    font-size: 12px;
  }

  .leave_back .leave_a .leave_fl {
    width: 38%;
    padding: 52px 20px;
  }

  .leave_back .leave_a .leave_fl .leave_phone b {
    font-size: 24px;
  }

  .footer_box .foot_top .foot_nav_lis {
    padding-left: 30px;
  }

  .footer_box .foot_top {
    width: 80%;
  }

  .footer_box .foot_top .foot_nav_lis .nav_lis_iocn {
    width: 36px;
    left: -18px;
    top: 44px;
  }

  .footer_box .foot_qr {
    width: 10%;
  }

  .footer_box .foot_qr img {
    width: 100%;
    padding: 10px;
  }

  .new_a .new_b .new_fl .new_img .new_date {
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
  }

  .new_a .new_b .new_fl .new_img .new_date b {
    font-size: 24px;
    line-height: 1;
  }

  .new_a .new_b .new_fl .new_img .new_date i {
    font-size: 12px;
  }
  .h_bot .h_nav .p_one .p_two_double {
    width: 380%;
    display: none;
    text-align: center;
    position: absolute;
    top: 100%;
    left: -35px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .h_bot .h_nav .p_one .p_two_double ul {
    width: 190%;
  }
  .h_bot .h_nav .p_one .p_two_double li {
    line-height: 50px;
    text-align: left;
  }
  .h_bot .h_nav .p_one .p_two_double li a {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
  }
  .h_bot .h_nav .p_one .p_two_double li:hover > a {
    background-color: #21519f;
    transition: all 0.5s;
  }
}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .main {
    width: 90%;
  }

  .title h5 {
    font-size: 18px;
  }
  .title h5 img {
    width: 36px;
  }
  .title h6 {
    font-size: 12px;
  }
  .title > img {
    margin: 20px auto;
  }

  #ckgd_01 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  #ckgd_01 img {
    width: 24px;
  }

  /* 手机导航 */
  .t_nav {
    width: 100%;
    height: 70px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
  }
  .t_nav .t_logo {
    display: block;
    width: 260px;
  }
  .t_nav .t_logo img {
    display: block;
    width: 100%;
  }
  .t_nav .t_bt img {
    width: 26px;
  }
  .t_nav .t_hk {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
  }
  .t_nav .t_hk .t_fr {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding-top: 80px;
    position: relative;
  }
  .t_nav .t_hk .t_fr .t_gb {
    position: absolute;
    top: 5%;
    right: 8%;
    cursor: pointer;
  }
  .t_nav .t_hk .t_fr .t_gb img {
    width: 25px;
  }
  .t_nav .t_hk .on {
    line-height: 50px;
  }
  .t_nav .t_hk .on a {
    font: 16px/50px "微软雅黑";
    padding-left: 8vw;
  }
  .t_nav .t_hk .on:hover > a {
    width: 100%;
    line-height: 50px;
    color: #344394;
    font-weight: bold;
    background-color: #eee;
  }
  .t_nav .t_hk .on ul {
    display: none;
  }
  .t_nav .t_hk .t01_active > a {
    width: 100%;
    line-height: 50px;
    color: #344394;
    font-weight: bold;
    background-color: #eee;
  }
  .t_nav .t_hk .t01_active ul {
    display: block;
    height: auto;
  }
  .t_nav .t_hk .t01_active ul li {
    height: 50px;
  }
  .t_nav .t_hk .t01_active ul li a {
    display: block;
    line-height: 50px;
    padding-left: 12vw;
  }

  .i_banner .swiper01 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .i_banner .swiper01 img {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .i_banner .swiper01 .pagination01 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .i_banner .swiper01 .pagination01 .swiper-pagination-bullet-active {
    width: 30px;
  }

  .i_product_back {
    padding-top: 40px;
  }
  .i_product_back #ckgd_01 {
    margin-top: 40px;
  }

  .tel_product .tel_product_qh {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tel_product .tel_product_qh span {
    margin: 0 24px;
    color: #ddd;
  }
  .tel_product .tel_product_qh a {
    color: #666;
  }
  .tel_product .tel_product_qh .tel_product_active {
    color: #21519f;
  }
  .tel_product .tel_product_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    flex-wrap: wrap;
  }
  .tel_product .tel_product_b .tel_product_c {
    width: 48%;
    background-color: #fff;
    margin-top: 20px;
  }
  .tel_product .tel_product_b .tel_product_c a {
    width: 100%;
  }
  .tel_product .tel_product_b .tel_product_c a img {
    width: 100%;
  }
  .tel_product .tel_product_b .tel_product_c p {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .four_reasons {
    padding: 60px 0;
  }
  .four_reasons .tel_reasons_a {
    display: flex;
    flex-wrap: wrap;
  }
  .four_reasons .tel_reasons_a .tel_reasons_b {
    width: 50%;
    background-color: #f8f8f8;
    padding: 20px 12px;
  }
  .four_reasons .tel_reasons_a .tel_reasons_b img {
    width: 30px;
  }
  .four_reasons .tel_reasons_a .tel_reasons_b b {
    font-size: 16px;
    display: block;
    margin-top: 10px;
  }
  .four_reasons .tel_reasons_a .tel_reasons_b i {
    font-size: 12px;
    color: #999;
    display: block;
    margin: 10px 0;
  }
  .four_reasons .tel_reasons_a .tel_reasons_b p {
    color: #666;
    position: relative;
    padding-left: 10px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .four_reasons .tel_reasons_a .tel_reasons_b p::after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background-color: #64ad45;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .four_reasons .tel_reasons_a .tel_reasons_bs {
    background-color: #21519f;
    border-bottom: 2px solid #64ad45;
  }
  .four_reasons .tel_reasons_a .tel_reasons_bs b {
    color: #fff;
  }
  .four_reasons .tel_reasons_a .tel_reasons_bs i {
    color: rgba(255, 255, 255, 0.4);
  }
  .four_reasons .tel_reasons_a .tel_reasons_bs p {
    color: #fff;
  }

  .product_back {
    padding: 60px 0;
  }
  .product_back .product_a .product_b .product_c {
    width: 100%;
  }
  .product_back .product_a .product_b .product_c > a {
    width: 180px;
  }
  .product_back .product_a .product_b .product_c .product_d {
    padding: 20px 10px 0;
  }
  .product_back .product_a .product_b .product_c .product_d h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product_back .product_a .product_b .product_c .product_d > a {
    font-size: 14px;
    line-height: 1.4;
  }
  .product_back .product_a .product_b .product_c .product_d .product_img {
    width: 30px;
    bottom: 14px;
    left: 10px;
  }
  .product_back .product_a .product_b .product_c .product_d .product_img img {
    width: 100%;
  }

  .cooperative_a {
    padding: 40px 0;
  }
  .cooperative_a .coperative_b p {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #e7edf5;
  }
  .cooperative_a .coperative_b p:nth-child(5n) {
    margin-right: auto;
  }
  .cooperative_a .coperative_b p:nth-child(3n) {
    margin-right: 0;
  }

  .customer_back {
    padding: 60px 0;
    margin-bottom: 46px;
  }
  .customer_back .customer_a {
    width: 100%;
    overflow: hidden;
  }
  .customer_back .customer_a .swiper03 {
    margin-top: 30px;
  }
  .customer_back .customer_a .swiper03 .swiper-slide {
    height: 300px;
    background-color: #fff;
    padding: 30px;
    transition: all 0.5s;
    border-radius: 8px;
  }
  .customer_back .customer_a .swiper03 .swiper-slide img {
    margin: 0 auto 16px;
    width: 60px;
  }
  .customer_back .customer_a .swiper03 .swiper-slide .customer_img02 {
    display: none;
  }
  .customer_back .customer_a .swiper03 .swiper-slide b {
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .customer_back .customer_a .swiper03 .swiper-slide p {
    color: #666;
    line-height: 1.5;
    margin-top: 12px;
    transition: all 0.5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
  .customer_back .customer_a .swiper03 .swiper-slide:hover {
    background-color: #21519f;
    transition: all 0.5s;
  }
  .customer_back .customer_a .swiper03 .swiper-slide:hover .customer_img01 {
    display: none;
  }
  .customer_back .customer_a .swiper03 .swiper-slide:hover .customer_img02 {
    display: block;
  }
  .customer_back .customer_a .swiper03 .swiper-slide:hover b {
    color: #fff;
    transition: all 0.5s;
  }
  .customer_back .customer_a .swiper03 .swiper-slide:hover p {
    color: #fff;
    opacity: 0.6;
  }

  .about_back {
    position: sticky;
  }
  .about_back img {
    width: 100%;
  }
  .about_back .about_a {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    transform: none;
  }
  .about_back .about_a .about_b {
    width: 100%;
    height: auto;
    padding: 0 20px 40px;
  }
  .about_back .about_a .about_b p {
    margin-top: 20px;
  }
  .about_back .about_a .about_b #ckgd_01 {
    margin-top: 30px;
  }
  .about_back .about_a .about_c {
    display: none;
  }

  .new_back {
    padding: 60px 0;
  }
  .new_back .new_a .new_title {
    align-items: center;
  }
  .new_back .new_a .new_title .title {
    padding-left: 20px;
  }
  .new_back .new_a .new_title .title h6 {
    text-align: left;
  }
  .new_back .new_a .new_title .uls01 li p {
    font-size: 12px;
  }
  .new_back .new_a .new_title .uls01 li span {
    margin: 0 5px;
  }
  .new_back .new_a .new_b {
    flex-direction: column;
  }
  .new_back .new_a .new_b .new_fl {
    width: 100%;
  }
  .new_back .new_a .new_b .new_fl .new_img .new_date {
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
  }
  .new_back .new_a .new_b .new_fl .new_img .new_date b {
    font-size: 20px;
    line-height: 1.2;
  }
  .new_back .new_a .new_b .new_fl .new_img .new_date i {
    font-size: 12px;
  }
  .new_back .new_a .new_b .new_fl .new_text {
    padding: 20px;
  }
  .new_back .new_a .new_b .new_fl .new_text h5 {
    font-size: 16px;
  }
  .new_back .new_a .new_b .new_fl .new_text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .new_back .new_a .new_b .new_fr {
    width: 100%;
    border-left: none;
  }
  .new_back .new_a .new_b .new_fr .new_c {
    background-color: #fff;
    margin-left: 0;
    margin-top: 20px;
    padding: 20px;
  }
  .new_back .new_a .new_b .new_fr .new_c::after {
    display: none;
  }
  .new_back .new_a .new_b .new_fr .new_c a {
    width: 75%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new_back .new_a .new_b .new_fr .new_c i {
    font-size: 12px;
  }
  .new_back .new_a .new_b .new_fr .new_c:hover {
    background: none;
    background-color: #21519f;
  }
  .new_back .new_a #ckgd_01 {
    margin-top: 30px;
  }

  .leave_back {
    padding: 60px 0;
    background: url(../image/img/tel_bg_form.png) no-repeat center;
    background-size: cover;
  }
  .leave_back .leave_a {
    flex-direction: column;
  }
  .leave_back .leave_a .leave_fl {
    background-color: transparent;
    width: 100%;
    padding: 0;
    background: none;
  }
  .leave_back .leave_a .leave_fl .leave_phone img {
    width: 40px;
  }
  .leave_back .leave_a .leave_fl .leave_phone b {
    font-size: 24px;
  }
  .leave_back .leave_a .leave_fr {
    margin-top: 40px;
    padding: 20px;
    border-radius: 8px;
  }
  .leave_back .leave_a .leave_fr form input {
    height: 36px;
    line-height: 36px;
  }
  .leave_back .leave_a .leave_fr form .inp_but button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #21519f;
    color: #fff;
  }
  .leave_back .leave_a .leave_fr form .inp_but button .ckgd_img02 {
    display: block;
    width: 24px;
  }

  .tel_nav {
    padding: 40px 0 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .tel_nav .tel_text p {
    font-size: 16px;
    color: #999;
  }
  .tel_nav .tel_text a {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
  }
  .tel_nav .tel_text .tel_eskj {
    display: flex;
    align-items: center;
  }
  .tel_nav .tel_qr {
    width: 100px;
    text-align: center;
  }
  .tel_nav .tel_qr img {
    width: 100%;
    padding: 15px;
    background: url(../image/img/qr_bg.png) no-repeat center;
    background-size: cover;
  }
  .tel_nav .tel_qr p {
    font-size: 16px;
    color: #999;
    margin-top: 6px;
  }

  /* 手机底部导航 */
  @keyframes bounce_a {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(
        0.755,
        0.05,
        0.855,
        0.06
      );
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0);
      transform: translate3d(0, -14px, 0);
    }
    70% {
      -webkit-transition-timing-function: cubic-bezier(
        0.755,
        0.05,
        0.855,
        0.06
      );
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -1px, 0);
      transform: translate3d(0, -1px, 0);
    }
  }
  .bounce_a {
    -webkit-animation-name: bounce_a;
    animation-name: bounce_a;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .fixed_nav {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .fixed_nav ul {
    justify-content: space-around;
    height: 100%;
    background-color: #fff;
  }
  .fixed_nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
  }
  .fixed_nav ul li .ic {
    width: 30px;
  }
  .fixed_nav ul li .ic img {
    width: 100%;
  }
  .fixed_nav ul li .ic .ig_active {
    display: none;
  }
  .fixed_nav ul li .tx {
    margin: 5px 0;
  }
  .fixed_nav ul .tnav_active .tx {
    color: #21519f;
  }
  .fixed_nav ul .tnav_active .ic img {
    display: none;
  }
  .fixed_nav ul .tnav_active .ic .ig_active {
    display: block;
  }
  .fixed_nav .tel_phone {
    width: 49px;
    position: absolute;
    left: calc(50% - 25px);
    top: -22px;
    animation: bounce_a 2s infinite;
  }
  .fixed_nav .tel_phone a {
    display: block;
    width: 50px;
    height: 50px;
  }
  .fixed_nav .tel_phone a img {
    width: 100%;
  }
}

/*# sourceMappingURL=shs.css.map */
